| Fully Qualified Name: | Laminas\I18n\Translator\Loader\Ini | 
| Extends: | AbstractFileLoader | 
PHP INI format loader.
| Name | Description | Defined By | 
|---|---|---|
| load() | load(): defined by FileLoaderInterface. | Ini | 
| setUseIncludePath() | Indicate whether or not to use the include_path to resolve translation files | AbstractFileLoader | 
| useIncludePath() | Are we using the include_path to resolve translation files? | AbstractFileLoader | 
load(): defined by FileLoaderInterface.
| Parameter Name | Type | Description | 
|---|---|---|
| $locale | string | |
| $filename | string | 
Returns: \TextDomain
Indicate whether or not to use the include_path to resolve translation files
| Parameter Name | Type | Description | 
|---|---|---|
| $flag | bool | 
Returns: self
Are we using the include_path to resolve translation files?
Returns: bool